home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / FormWizard.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  59 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="FormWizard" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains the styles for the form wizard</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="FWizStyle">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Specifies style information (css)</desc>
  16.             </info>
  17.             <prop oor:name="Index" oor:type="xs:int">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>the index of the style (used by the ui) - starts with 0, must by - style-unique</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:localized="true" oor:name="Name" oor:type="xs:string">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>UI name of the style</desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="CssHref" oor:type="xs:string">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>the name of the css file</desc>
  36.                 </info>
  37.             </prop>
  38.         </group>
  39.     </templates>
  40.     <component>
  41.  
  42.         <group oor:name="FormWizard">
  43.  
  44.             <info>
  45.  
  46.                 <desc>the form wizard styles</desc>
  47.             </info>
  48.             <set oor:name="Styles" oor:node-type="FWizStyle">
  49.  
  50.                 <info>
  51.  
  52.                     <desc>the set of available styles</desc>
  53.                 </info>
  54.             </set>
  55.         </group>
  56.     </component>
  57. </oor:component-schema>
  58.  
  59.